home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / terminal / sysline-.1 / sysline- / sysline-1.1 / config.h.in < prev    next >
Encoding:
Text File  |  1996-03-13  |  1.1 KB  |  38 lines

  1.  
  2. /* config.h */
  3.  
  4. /*
  5.  * if TTY_SUFFIX is defined, the basename of the tty will be appended to the
  6.  * filenames ~/.who, ~/.sysline and ~/.syslinelock (e.g. ~/.sysline.ttyp0),
  7.  * enabling multiple instances of sysline on different terminals to have
  8.  * their own copies of these files.
  9.  */
  10. #define TTY_SUFFIX
  11.  
  12. #define RWHO             /* comment out to omit rwho feature        */
  13.  
  14. #define CLOCK24            /* comment out for a 12-hr clock         */
  15.  
  16. #define DEFDELAY     60    /* default statusline update interval (sec) */
  17.  
  18. #define ARROWS        "\273"    /* used in mail contents display        */
  19. /*#define ARROWS    "->"*/
  20.  
  21. #define REVOFF        5    /* used to turn off reverse video every     */
  22.                 /* REVOFF times in an attempt to not wear   */
  23.                 /* out the phosphor                */
  24.  
  25. /*
  26.  * if MAXLOAD is defined, then if the load average exceeds MAXLOAD
  27.  * the process table will not be scanned and the log in/out data
  28.  * will not be checked.   The purpose of this is to reduce the load
  29.  * on the system when it is loaded.
  30.  */
  31. #define MAXLOAD 6.0
  32.  
  33. #define NETPREFIX    ""    /* empty string for Linux            */
  34.  
  35. #define WHO            /* turn this on always */
  36. #define HOSTNAME        /* 4.1a or greater, with hostname() */
  37.  
  38.